home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gamers Delight 2
/
Gamers Delight 2.iso
/
Aminet
/
game
/
board
/
Chaos53bin.lha
/
chaos
/
rexx
/
LoadTournament.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1994-10-14
|
466b
|
23 lines
/*RX
$RCSFile: $
$Revision: 2.1 $
$Date: 1993/11/08 16:39:15 $
This script tells Chaos to load the given tournament file.
Usage: LoadTournament tfile [force]
The force option suppresses the requester which asks, if the
current tournament should be saved first.
Note, that this can only be used, when Chaos is able to accept
commands, i.e. if menuitems can be selected.
*/
PARSE ARG filename force
ADDRESS 'CHAOS.1'
'LoadTournament 'filename' 'force